home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / utexec2.zip / RUN32.H < prev    next >
C/C++ Source or Header  |  1994-07-11  |  184b  |  15 lines

  1. #if !defined(__RUN32_H__)
  2. #define __RUN32_H__
  3.  
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7.  
  8. extern BOOL TryExec(char *p_buf);
  9.  
  10. #if defined(__cplusplus)
  11. }
  12. #endif
  13.  
  14. #endif
  15.